home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / intmail2 / pop2main.dfm / pop2main.txt
Encoding:
Text File  |  1999-07-30  |  1.5 KB  |  91 lines

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 107
  4.   Width = 347
  5.   Height = 285
  6.   Caption = 'Form1'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object Label1: TLabel
  14.     Left = 8
  15.     Top = 8
  16.     Width = 34
  17.     Height = 13
  18.     Caption = 'Server:'
  19.   end
  20.   object Label2: TLabel
  21.     Left = 8
  22.     Top = 36
  23.     Width = 56
  24.     Height = 13
  25.     Caption = 'User Name:'
  26.   end
  27.   object Label3: TLabel
  28.     Left = 8
  29.     Top = 64
  30.     Width = 49
  31.     Height = 13
  32.     Caption = 'Password:'
  33.   end
  34.   object ServerEdit: TEdit
  35.     Left = 72
  36.     Top = 4
  37.     Width = 249
  38.     Height = 21
  39.     TabOrder = 0
  40.     Text = 'ServerEdit'
  41.   end
  42.   object UserNameEdit: TEdit
  43.     Left = 72
  44.     Top = 32
  45.     Width = 249
  46.     Height = 21
  47.     TabOrder = 1
  48.     Text = 'UserNameEdit'
  49.   end
  50.   object PasswordEdit: TEdit
  51.     Left = 72
  52.     Top = 60
  53.     Width = 249
  54.     Height = 21
  55.     TabOrder = 2
  56.     Text = 'PasswordEdit'
  57.   end
  58.   object BodyMemo: TMemo
  59.     Left = 8
  60.     Top = 128
  61.     Width = 321
  62.     Height = 121
  63.     Lines.Strings = (
  64.       'BodyMemo')
  65.     TabOrder = 3
  66.   end
  67.   object RetrieveButton: TButton
  68.     Left = 128
  69.     Top = 96
  70.     Width = 75
  71.     Height = 25
  72.     Caption = 'Retrieve'
  73.     TabOrder = 4
  74.     OnClick = RetrieveButtonClick
  75.   end
  76.   object msPOPClient1: TmsPOPClient
  77.     Version = '2.0'
  78.     Port = 110
  79.     MailMessage = msMessage1
  80.     Left = 192
  81.     Top = 176
  82.   end
  83.   object msMessage1: TmsMessage
  84.     ContentType = 'text/plain'
  85.     Version = '2.0'
  86.     ReturnReceipt = False
  87.     Left = 240
  88.     Top = 176
  89.   end
  90. end
  91.